home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / MDOOR102.TXT < prev    next >
Text File  |  1995-08-12  |  3KB  |  89 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for Class fax 2 modems, with MDOOR/2 1.02             05-01-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: THIS SETUP FILE IS ONLY FOR THE *OS/2* VERSION OF MAINDOOR
  8.  
  9. Please make sure the following two items are true before proceeding...
  10. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  11. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  12.  
  13. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  14.  
  15. Here is the relevant information from MDSETUP ...
  16.  
  17. [MDSETUP] Modem -> Strings
  18.   Init string #1 ........... ATZ|
  19.   Init string #2 ........... AT+FCR=1|
  20.   Init string #3 ........... AT+FDCC=1,3,0,2,0,0,0,0|
  21.   Force answer string #1 ... AT+FAA=1;A|
  22.   Force answer #2 and #3 should be empty.
  23.  
  24. : atz                      automatically recalls data commands in NVRAM
  25. : +fcr=1                   enables fax receiption
  26. :
  27. : +fdcc=1,3,0,2,0,0,0,0    allow high res, 9600, 1D compression [recommended]
  28. : +fdcc=1,5,0,2,0,0,0,0    enable high resolution, 14400, 1D compression
  29. : +fdcc=1,5,0,2,1,0,0,0    enable high res, 14400, 1D and 2D compression
  30. :
  31. : The "at+faa=1;a" causes the modem to answer adaptively, i.e., to auto-
  32. : matically determine whether the incoming call is fax or data and return
  33. : the response to the modem.
  34.  
  35. ==========================================================================
  36.  
  37. If you are using a modem that returns a "FAX" response ... [METHOD #1]
  38. (Modems such as the Supra and Zoom).
  39.  
  40. [MDSETUP] Modem -> User defined msg.
  41.  
  42. You will see a list of 10 lines.  Move the highlighted bar to the first
  43. empty line, and press <Enter>...
  44.  
  45.   # String                 Errlvl               Action
  46.   1 FAX                    0                    Fax Session
  47.  
  48. You will need to create a file called EXEFAX.CMD.  (This file is to be
  49. placed in the "flag" directory if it is defined in MDSETUP, otherwise it
  50. must be placed in the main MDOOR directory.)
  51.  
  52. EXEFAX.CMD
  53. ~~~~~~~~~~
  54. @echo off
  55. c:\bgfax\bgfax2 /fax c:\bgfax h%4 z
  56. if errorlevel 4 echo . > mdfax.now
  57.  
  58. ==========================================================================
  59.  
  60. If you are using a modem that returns a "+FCON" response ... [METHOD #2]
  61. (Modems such as the PPI, GVC, and Intel).
  62.  
  63. [MDSETUP] Modem -> User defined msg.
  64.  
  65. You will see a list of 10 lines.  Move the highlighted bar to the first
  66. empty line, and press <Enter>...
  67.  
  68.   # String                 Errlvl               Action
  69.   1 +FCON                  0                    Fax Session
  70.  
  71. You will need to create a file called EXEFAX.CMD.  (This file is to be
  72. placed in the "flag" directory if it is defined in MDSETUP, otherwise it
  73. must be placed in the main MDOOR directory.)
  74.  
  75. EXEFAX.CMD
  76. ~~~~~~~~~~
  77. @echo off
  78. c:\bgfax\bgfax2 /fast:4 c:\bgfax h%4 z
  79. if errorlevel 4 echo . > mdfax.now
  80.  
  81. ==========================================================================
  82.  
  83. See BGFAX.DOC for a detailed description of the differences between
  84. /FAX, /FAST, /FAST:nn and /FCON.
  85.  
  86. Regards,
  87. B.J. Guillot
  88.  
  89.